home *** CD-ROM | disk | FTP | other *** search
/ Super PC 34 / Super PC 34 (Shareware).iso / spc / UTIL / DJGPP2 / V2 / DJTST200.ZIP / tests / libc / crt0 / minsize.c < prev    next >
Encoding:
C/C++ Source or Header  |  1995-05-21  |  154 b   |  11 lines

  1. #include <crt0.h>
  2.  
  3. void   __crt0_load_environment_file(char *_app_name){}
  4. void   __crt0_setup_arguments(void){}
  5.  
  6. int
  7. main(void)
  8. {
  9.   return 0;
  10. }
  11.